Tweak BCR capapabilities. From Olaf.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Fri, 29 Jul 2005 18:09:34 +0000 (18:09 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Fri, 29 Jul 2005 18:09:34 +0000 (18:09 +0000)
gpsbabel/bcr.c

index 055d42f869fd2d7fa25817069c9a80967826ad39..29bde2fa782b5bbe2aba033f35bf61b441ca729e 100644 (file)
@@ -491,7 +491,7 @@ bcr_data_write(void)
 
 ff_vecs_t bcr_vecs = {
        ff_type_file,
-       { ff_cap_none, ff_cap_read | ff_cap_write, ff_cap_none },
+       { ff_cap_none, ff_cap_none, ff_cap_read | ff_cap_write},
        bcr_rd_init,
        bcr_wr_init,
        bcr_rd_deinit,